Release 10.1A: OpenEdge Application Server:
Developing WebSpeed Applications


set-user-field

This function sets the value of a user-specified field. The new value can replace or be appended to the existing value. The function returns TRUE if the field was added and returns FALSE otherwise.

Location: web\method\cgiutils.i

Parameters:

INPUT p_name AS CHARACTER

The name of a user field to set. Almost any alphanumeric name can be used.

INPUT p_value AS CHARACTER

A character string with the value to which the field should be set.

Returns: LOGICAL

Notes:

See also:

get-user-field

get-field

hidden-field-list

url-field-list

url-format


Copyright © 2005 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095